Skip to content

Conversation

@jorwoods
Copy link
Contributor

Workbooks.refresh correctly accepted both an id string and a
WorkbookItem to handle triggering refreshes. Datasources.refresh
technically accepted both, but the type annotations did not reflect
that. Flows.refresh only accepted a FlowItem, but will now accept
a flow_id. This eliminates the need to create otherwise hollow
FlowItems to pass to the refresh method when you otherwise have
the id.

Workbooks.refresh correctly accepted both an id string and a
WorkbookItem to handle triggering refreshes. Datasources.refresh
technically accepted both, but the type annotations did not reflect
that. Flows.refresh only accepted a FlowItem, but will now accept
a flow_id. This eliminates the need to create otherwise hollow
FlowItems to pass to the refresh method when you otherwise have
the id.
@jorwoods jorwoods force-pushed the jorwoods/refresh_interface branch from 085456e to 43358da Compare October 17, 2025 22:22
@jacalata jacalata merged commit 2cb03a8 into tableau:development Oct 29, 2025
25 checks passed
@jorwoods jorwoods deleted the jorwoods/refresh_interface branch October 29, 2025 15:27
jacalata added a commit that referenced this pull request Feb 2, 2026
* feat: New APIs: Update multiple connections in a single workbook/datasource (#1638)
* feat: enable toggling attribute capture for a site (#1619)
* feat: support OIDC endpoints (#1630)
* feat: add WebAuthoringForFlows capability to Permission class (#1642) 
* feat: support collections in favorites (#1647)
* feat: Add UAT (unified access token) support to JWT login (#1671)
* feat: Update permissions_item.py --added ExtractRefresh attribute (#1617) (#1669)
* feat: make refresh consistent between endpoints (#1665)
* feat: make ResourceReference hashable (#1668) Closes #1666
* feat: delete view (#1712)
* feat: batch create schedule (#1714)
* feat: users csv import (#1409)
* feat: implement users bulk_remove
* feat: enable idp_configuration_id in bulk_add
* feat: support extensions api (#1672)
* feat: Add support for receiving "Customized Monthly" schedule intervals (#1670)
* feat: implement #816: project.get_by_id (#1736)

* fix: put special fields first (#1622) Closes #1620
* fix: virtual connections username (#1628) Closes #1626
* fix: add contentType to tags batch actions (#1643)
* fix: datasource owner/project missing parsing (#1700)
* fix: datasource description update and publish (#1682)
* fix: windows decoding error
* fix: assert on warning instead of ignore
* fix: add workbook and view setter for custom view (#1730)
* fix: handle parameters for view filters (#1633)
* fix: handle parameters for view filters Closes #1632
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants